Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: JManager Reference /
Chapter 1 - JManager Reference / JManager Functions
Frame Manipulation Functions /


JMFrameResume

Passes a resume event to a frame.

OSStatus JMFrameResume (
JMFrameRef frame, 
Boolean resume);
frame
The frame to receive the resume event.
resume
A Boolean value. If resume is true, the process associated with the frame is brought to the foreground; if resume is false, the process is sent to the background.
function result
A result code. See "JManager Result Codes" (page 69) for a list of result codes that JManager may return in this field.
DISCUSSION
The resume event means that the frame becomes part of the running foreground process. When a client application receives a resume event, it must notify all its associated frames.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 DEC 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help